adTempus API
|
Gets or sets options that determine the action's behavior.
__property long Options;
long Options;
Property Options() As long
0
Currently only one option is supported. Set the Options to OutputCaptureOptionsEnum.ocSend to send the captured files by e-mail. Use the Recipients property to designate the recipients.
When you designate that files should be captured, all files captured by the action will be sent. If there are some files you want captured but not sent, they must be captured using a separate FileCaptureAction attached to the same Response.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|